home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
H_FOLDER
/
VERSION.H
< prev
Wrap
Text File
|
1990-03-02
|
391b
|
19 lines
/*
* Value identification information.
*/
#define Version "Icon Version 8.0. February 14, 1990"
/*
* Version numbers to be sure ucode is compatible with the linker
* and icode is compatible with the run-time system.
*/
#define UVersion "U8.0.002"
#ifdef IconCalling
#define IVersion "I8.0.001+C"
#else /* IconCalling */
#define IVersion "I8.0.001"
#endif /* IconCalling */